Skip to content

Commit d6aeda7

Browse files
authored
Prepare to release v0.4.1 (#114)
Minor cleanup, date, and language tweaks for the next release.
1 parent 28783ca commit d6aeda7

File tree

5 files changed

+8
-12
lines changed

5 files changed

+8
-12
lines changed

.flake8

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ exclude =
66
dist,
77
versioneer.py,
88
wayback/_version.py,
9-
docs/source/conf.py
9+
docs/source/conf.py,
10+
scratch.*
1011
max-line-length = 115

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2019-2022, Environmental Data Governance Initiative (EDGI)
3+
Copyright (c) 2019-2023, Environmental Data Governance Initiative (EDGI)
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ Thanks to the following people for their contributions and help on this package!
7373
License & Copyright
7474
-------------------
7575

76-
Copyright (C) 2019-2022 Environmental Data and Governance Initiative (EDGI)
76+
Copyright (C) 2019-2023 Environmental Data and Governance Initiative (EDGI)
7777

7878
This program is free software: you can redistribute it and/or modify it under the terms of the 3-Clause BSD License. See the `LICENSE <https://github.com/edgi-govdata-archiving/wayback/blob/master/LICENSE>`_ file for details.

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
# General information about the project.
6767
project = 'wayback'
68-
copyright = '2019–2022, Environmental Data & Governance Initiative'
68+
copyright = '2019–2023, Environmental Data & Governance Initiative'
6969
author = 'Environmental Data & Governance Initiative'
7070

7171
# The version info for the project you're documenting, acts as replacement for

docs/source/release-history.rst

+3-8
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,8 @@
22
Release History
33
===============
44

5-
In Development
6-
--------------
7-
8-
Breaking Changes
9-
^^^^^^^^^^^^^^^^
10-
11-
N/A
12-
5+
v0.4.1 (2023-03-07)
6+
-------------------
137

148
Features
159
^^^^^^^^
@@ -47,6 +41,7 @@ One use for these is to iterate through additional mementos. For example, to get
4741

4842
client.get_memento(memento.links['prev memento']['url'])
4943

44+
5045
Fixes & Maintenance
5146
^^^^^^^^^^^^^^^^^^^
5247

0 commit comments

Comments
 (0)