Skip to content

Commit 82b5926

Browse files
committed
Release version 1.8.0
1 parent 5456013 commit 82b5926

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ For technical info and documentation about resource files and resources, see the
113113
Changelog
114114
---------
115115

116-
Version 1.7.1 (next version)
117-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
116+
Version 1.8.0
117+
^^^^^^^^^^^^^
118118

119119
* Removed the old (non-subcommand-based) CLI syntax.
120120
* Added filtering support to the ``list`` subcommand.

rsrcfork/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# * Add a new empty section for the next version to the README.rst changelog.
2121
# * Commit and push the changes to master.
2222

23-
__version__ = "1.7.1.dev"
23+
__version__ = "1.8.0"
2424

2525
__all__ = [
2626
"Resource",

0 commit comments

Comments
 (0)