Skip to content

Commit

Permalink
cut 0.12.0.rc1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Nov 4, 2020
1 parent 724eb9c commit e65dc9c
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 e65dc9c

Please sign in to comment.