Skip to content

Commit

Permalink
Release and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jace committed Jun 27, 2017
1 parent 4ab74e7 commit 5f48789
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.3.4
-----

0.3.3
-----

Expand Down Expand Up @@ -26,7 +29,6 @@
- Subclasses can now override workflow exceptions
(for framework-specific Forbidden handlers)


0.2
---

Expand Down
2 changes: 1 addition & 1 deletion docflow/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__all__ = ['__version__', '__version_info__']

__version__ = '0.3.3-dev'
__version__ = '0.3.4-dev'
__version_info__ = tuple([int(num) if num.isdigit() else num for num in __version__.replace('-', '.', 1).split('.')])

0 comments on commit 5f48789

Please sign in to comment.