Skip to content

Commit

Permalink
back to development
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Jan 29, 2019
1 parent 61a0f2f commit 69bf31c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions enaml/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
# possibly small differences in the API, but these changes will come
# backwards compatibility support when possible. Minor releases are
# typically used for large feature additions.
MINOR = 10
MINOR = 11

# The micro release number. The micro release number is incremented
# for bug fix releases and small feature additions.
MICRO = 3
MICRO = 0

# The status indicate if this is a development or pre-release version
STATUS = ''
STATUS = 'dev'

#: A namedtuple of the version info for the current release.
version_info = namedtuple('version_info', 'major minor micro status')
Expand Down
4 changes: 4 additions & 0 deletions releasenotes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Enaml Release Notes
===================

0.11.0 - unreleased
-------------------


0.10.3 - 28/01/2019
-------------------
- implement import hooks using Python 3 interface #331
Expand Down

0 comments on commit 69bf31c

Please sign in to comment.