Skip to content

Commit

Permalink
tag 0.13.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Apr 19, 2021
1 parent c821935 commit aa7e855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enaml/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
MICRO = 0

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

#: A namedtuple of the version info for the current release.
version_info = namedtuple('version_info', 'major minor micro status')
Expand Down

0 comments on commit aa7e855

Please sign in to comment.