Skip to content

Commit

Permalink
Back to development: 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Oct 6, 2021
1 parent ecd8a52 commit e3ddd99
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Expand Up @@ -2,6 +2,12 @@
Changes
=========

1.8.1 (unreleased)
==================

- Nothing changed yet.


1.8.0 (2021-10-06)
==================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@ def _read(fname):
with codecs.open(fname, encoding='utf-8') as f:
return f.read()

version = '1.8.0'
version = '1.8.1.dev0'

setup(
name='nti.contentfragments',
Expand Down

0 comments on commit e3ddd99

Please sign in to comment.