Skip to content

Commit

Permalink
Bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zodiacfireworks committed May 17, 2022
1 parent da8f5ae commit a3a7691
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2022-05-17

* Drop support for Python 3.6
* Drop support for Python 3.7
* Add support for Python 3.10
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wagtail-sb-socialnetworks"
version = "0.1.0"
version = "0.2.0"
description = "Social Networks settings for wagtail sites."
authors = [
"SoftButterfly Development Team <dev@softbutterfly.io>",
Expand Down Expand Up @@ -31,7 +31,7 @@ include = [
]

[tool.poetry.urls]
"Download" = "https://github.com/softbutterfly/wagtail-sb-socialnetworks/archive/v0.1.0.tar.gz"
"Download" = "https://github.com/softbutterfly/wagtail-sb-socialnetworks/archive/v0.2.0.tar.gz"
"Bug Tracker" = "https://github.com/softbutterfly/wagtail-sb-socialnetworks/issues"


Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github_url = "https://github.com/softbutterfly/wagtail-sb-socialnetworks/"

[version]
current = "0.1.0"
current = "0.2.0"

# Example of a semver regexp.
# Make sure this matches current_version before
Expand Down
2 changes: 1 addition & 1 deletion wagtail_sb_socialnetworks/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = (0, 1, 0)
VERSION = (0, 2, 0)

0 comments on commit a3a7691

Please sign in to comment.