Skip to content

Commit

Permalink
Merge tag 'v0.10.1'
Browse files Browse the repository at this point in the history
0.10.1 - 2020-05-14

### Fixed

- Updated license list to 3.8-106-g4cfec76.
  • Loading branch information
carmenbianca committed May 14, 2020
2 parents 298473c + 478269d commit 014cc70
Show file tree
Hide file tree
Showing 7 changed files with 277 additions and 244 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.10.0
current_version = 0.10.1
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<release>(a|b|rc)?)(?P<releasenumber>\d*)
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ The versions follow [semantic versioning](https://semver.org).

### Security

## 0.10.1 - 2020-05-14

### Fixed

- Updated license list to 3.8-106-g4cfec76.

## 0.10.0 - 2020-04-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
# The full version, including alpha/beta/rc tags.
release = get_distribution("reuse").version
except DistributionNotFound:
release = "0.10.0"
release = "0.10.1"
# The short X.Y.Z version.
version = ".".join(release.split(".")[:3])

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

setup_requirements = ["setuptools_scm"]

fallback_version = "0.10.0"
fallback_version = "0.10.1"


def readme_md():
Expand Down
2 changes: 1 addition & 1 deletion src/reuse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
__version__ = get_distribution(__name__).version
except DistributionNotFound:
# package is not installed
__version__ = "0.10.0"
__version__ = "0.10.1"

__author__ = "Carmen Bianca Bakker"
__email__ = "[email protected]"
Expand Down
4 changes: 2 additions & 2 deletions src/reuse/resources/exceptions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"licenseListVersion": "3.8-94-g76072fc",
"releaseDate": "2020-05-07",
"licenseListVersion": "3.8-106-g4cfec76",
"releaseDate": "2020-05-13",
"exceptions": [
{
"reference": "./GCC-exception-2.0.html",
Expand Down
Loading

0 comments on commit 014cc70

Please sign in to comment.