Skip to content

Commit

Permalink
Bump version from 0.1.1 to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zethson committed Jan 31, 2022
1 parent 7d3b729 commit d260115
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .cookietemple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ email: lukas.heumos@posteo.net
project_name: pypi-latest
project_short_description: Verify that currently installed version is the latest one
released on PyPI and update it if not.
version: 0.1.1
version: 0.1.2
license: Apache2.0
4 changes: 2 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name-template: "0.1.1 🌈" # <<COOKIETEMPLE_FORCE_BUMP>>
tag-template: 0.1.1 # <<COOKIETEMPLE_FORCE_BUMP>>
name-template: "0.1.2 🌈" # <<COOKIETEMPLE_FORCE_BUMP>>
tag-template: 0.1.2 # <<COOKIETEMPLE_FORCE_BUMP>>
categories:
- title: "🚀 Features"
labels:
Expand Down
2 changes: 1 addition & 1 deletion cookietemple.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.1.2

[bumpversion_files_whitelisted]
init_file = pypi_latest/__init__.py
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
# the built documents.
#
# The short X.Y version.
version = "0.1.1"
version = "0.1.2"
# The full version, including alpha/beta/rc tags.
release = "0.1.1"
release = "0.1.2"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pypi_latest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = "Lukas Heumos"
__email__ = "lukas.heumos@posteo.net"
__version__ = "0.1.1"
__version__ = "0.1.2"

import json
import logging
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pypi-latest"
version = "0.1.1" # <<COOKIETEMPLE_FORCE_BUMP>>
version = "0.1.2" # <<COOKIETEMPLE_FORCE_BUMP>>
description = "Verify that currently installed version is the latest one released on PyPI and update it if not."
authors = ["Lukas Heumos <lukas.heumos@posteo.net>"]
license = "Apache2.0"
Expand Down

0 comments on commit d260115

Please sign in to comment.