Skip to content

Commit 8a5afeb

Browse files
committed
Return version to dev
1 parent 0d0685b commit 8a5afeb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [Unreleased](https://github.com/nteract/bookstore/compare/2.5.0...HEAD)
3+
## [Unreleased](https://github.com/nteract/bookstore/compare/2.5.1...HEAD)
44

55
## [2.5.1](https://github.com/nteract/bookstore/compare/2.5.1)
66

bookstore/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- suffix (dev or "" to designate a final version)
1919
"""
2020

21-
version_info = (2, 5, 1)
21+
version_info = (2, 5, 2, "", "dev")
2222

2323
__version__ = ".".join(map(str, version_info[:3])) + ".".join(version_info[3:])
2424

docs/source/bookstore_api.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ info:
99
license:
1010
name: BSD 3-clause
1111
url: https://github.com/nteract/bookstore/blob/master/LICENSE
12-
version: 2.5.1
12+
version: 2.5.2
1313
externalDocs:
1414
description: Find out more about Bookstore
1515
url: https://bookstore.readthedocs.io/en/latest/

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# The short X.Y version
2929
version = '2.5'
3030
# The full version, including alpha/beta/rc tags
31-
release = '2.5.1'
31+
release = '2.5.2dev0'
3232

3333

3434
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)