Skip to content

Commit

Permalink
bumped up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
fametrano committed Nov 9, 2020
1 parent 3ebec07 commit 018c959
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 17 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
Expand Up @@ -4,6 +4,12 @@ Notable changes to the codebase are documented here.
Release names follow [*calendar versioning*](https://calver.org/):
full year, short month, short day (YYYY-M-D)

## v2020.12 (current master, in development, not released yet)

Major changes includes:

- nothing relevant yet

## v2020.11.10

Major changes includes:
Expand Down
2 changes: 1 addition & 1 deletion btclib/__init__.py
@@ -1,5 +1,5 @@
name = "btclib"
__version__ = "2020.11.10"
__version__ = "2020.12"
__author__ = "The btclib developers"
__author_email__ = "devs@btclib.org"
__copyright__ = "Copyright (C) 2017-2020 The btclib developers"
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -23,7 +23,7 @@
author = "The btclib developers"

# The full version, including alpha/beta/rc tags
release = "2020.11.10"
release = "2020.12"


# -- General configuration ---------------------------------------------------
Expand Down
28 changes: 14 additions & 14 deletions requirements-dev.txt
Expand Up @@ -3,22 +3,22 @@
# If your project uses README.rst, uncomment the following:
# readme_renderer

black==20.8b1
check-manifest==0.45
coverage==5.3
flake8==3.8.4
isort==5.6.4
mypy==0.790
black>=20.8b1
check-manifest>=0.45
coverage>=5.3
flake8>=3.8.4
isort>=5.6.4
mypy>=0.790
pip
pylint==2.6.0
pytest==6.1.2
pytest-cov==2.10.1
pytest-ordering==0.6
pytest-xdist==2.1.0
Sphinx==3.3.0
tox==3.20.1
pylint>=2.6.0
pytest>=6.1.2
pytest-cov>=2.10.1
pytest-ordering>=0.6
pytest-xdist>=2.1.0
Sphinx>=3.3.0
tox>=3.20.1

# only needed to package releases
setuptools
twine==3.2.0
twine>=3.2.0
wheel
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1 +1 @@
dataclasses-json==0.5.2
dataclasses-json>=0.5.2

0 comments on commit 018c959

Please sign in to comment.