Skip to content

Commit

Permalink
Release Djblets 0.8.28.
Browse files Browse the repository at this point in the history
  • Loading branch information
chipx86 committed Feb 9, 2017
1 parent 694cfd6 commit 6378bb4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion djblets/__init__.py
Expand Up @@ -33,7 +33,7 @@
#
# (Major, Minor, Micro, alpha/beta/rc/final, Release Number, Released)
#
VERSION = (0, 8, 27, 'final', 0, True)
VERSION = (0, 8, 28, 'final', 0, True)


def get_version_string():
Expand Down
2 changes: 1 addition & 1 deletion docs/releasenotes/0.8.28.rst
Expand Up @@ -2,7 +2,7 @@
Djblets 0.8.28 Release Notes
============================

**Release date**: TBD
**Release date**: February 9, 2017


Packaging
Expand Down
14 changes: 7 additions & 7 deletions setup.cfg
Expand Up @@ -4,10 +4,10 @@ tag_build = .dev
[aliases]
snapshot = egg_info -Dr
nightly = egg_info -dR
alpha2 = egg_info -DRb alpha2
alpha1 = egg_info -DRb alpha1
beta2 = egg_info -DRb beta2
beta1 = egg_info -DRb beta1
rc1 = egg_info -DRb rc1
rc2 = egg_info -DRb rc2
release = egg_info -DRb ''
alpha2 = egg_info -Db alpha2
alpha1 = egg_info -Db alpha1
beta2 = egg_info -Db beta2
beta1 = egg_info -Db beta1
rc1 = egg_info -Db rc1
rc2 = egg_info -Db rc2
release = egg_info -Db ''

0 comments on commit 6378bb4

Please sign in to comment.