Skip to content

Commit 2a257fb

Browse files
committed
Back to development: 2.0.1
1 parent b2a9f50 commit 2a257fb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/CHANGES.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
2.0.1 (unreleased)
5+
------------------
6+
7+
- Nothing changed yet.
8+
9+
410
2.0.0 (2014-12-04)
511
------------------
612

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
def read(*paths):
77
return open(os.path.join(os.path.dirname(__file__), *paths), 'r').read()
88

9-
version = '2.0.0'
9+
version = '2.0.1.dev0'
1010

1111
setup(
1212
name='collective.pdfpeek',

0 commit comments

Comments
 (0)