Skip to content

Commit

Permalink
Preparing release 3.0b3
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTango committed Jun 13, 2017
1 parent df2bd03 commit ebf34ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -2,7 +2,7 @@ Changelog
=========


3.0b3 (unreleased)
3.0b3 (2017-06-13)
------------------

- Just fix broken release on pypi
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_packages
from setuptools import setup

version = '3.0b3.dev0'
version = '3.0b3'
long_description = (
open('README.rst').read() + '\n' +
open('CHANGES.rst').read()
Expand Down
2 changes: 1 addition & 1 deletion versions.cfg
Expand Up @@ -15,7 +15,7 @@ zc.buildout =
# flake8 = 2.3.0
# coverage = 3.7.1
# # tools
# zest.releaser = >=6.2
zest.releaser = >=6.11
# # Sphinx
# Sphinx = 1.3.1
docutils =
Expand Down

0 comments on commit ebf34ea

Please sign in to comment.