Skip to content

Commit

Permalink
version: back to development
Browse files Browse the repository at this point in the history
should I have done that some time ago ...
  • Loading branch information
MatthieuDartiailh committed Feb 27, 2018
1 parent 912fa9b commit 3c179f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enaml/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@

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

# 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
5 changes: 5 additions & 0 deletions releasenotes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Enaml Release Notes
===================

0.10.3 - unreleased
-------------------
- add constraints to enforce image aspect ratio in ImageView PR #254
- improvements to the scintilla widget and live editor PR #243

0.10.2 - 28/01/2018
-------------------
- fix import of QScintilla under PyQt5 PR #230
Expand Down

0 comments on commit 3c179f0

Please sign in to comment.