Skip to content

Commit

Permalink
Self bumped version 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
noirbizarre committed Nov 1, 2021
1 parent 444b741 commit 15c80b6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Current
## 0.3.8 (2021-11-01)

- Drop compatibility for Python 2.x
- Supports Python `>=3.7,<4.0`
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Bump'R: Bump and release versions

[![Build Status](https://github.com/noirbizarre/bumpr/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/noirbizarre/bumpr/actions/workflows/main.yml)
[![Build Status](https://github.com/noirbizarre/bumpr/actions/workflows/main.yml/badge.svg?tag=0.3.8)](https://github.com/noirbizarre/bumpr/actions/workflows/main.yml)
[![codecov](https://codecov.io/gh/noirbizarre/bumpr/branch/master/graph/badge.svg?token=G8u0QBT1Sj)](https://codecov.io/gh/noirbizarre/bumpr)
[![Documentation Status](https://readthedocs.org/projects/bumpr/badge/?version=latest)](https://bumpr.readthedocs.io/en/latest/?badge=latest)
[![Documentation Status](https://readthedocs.org/projects/bumpr/badge/?version=0.3.8)](https://bumpr.readthedocs.io/en/0.3.8/?badge=latest)
![PyPI - Last version](https://img.shields.io/pypi/v/bumpr)
![PyPI - License](https://img.shields.io/pypi/l/bumpr)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/bumpr)
Expand Down Expand Up @@ -91,4 +91,4 @@ bumpr # Bump the default part aka. patch
The documentation is hosted on Read the Docs:

- [Stable](https://bumpr.readthedocs.io/en/stable/) [![Stable documentation status](https://readthedocs.org/projects/bumpr/badge/?version=stable)](https://bumpr.readthedocs.io/en/stable/?badge=stable)
- [Development](https://bumpr.readthedocs.io/en/latest/) [![Latest documentation Status](https://readthedocs.org/projects/bumpr/badge/?version=latest)](https://bumpr.readthedocs.io/en/latest/?badge=latest)
- [Development](https://bumpr.readthedocs.io/en/0.3.8/) [![Latest documentation Status](https://readthedocs.org/projects/bumpr/badge/?version=0.3.8)](https://bumpr.readthedocs.io/en/0.3.8/?badge=latest)
2 changes: 1 addition & 1 deletion bumpr/__about__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.3.8.dev" # pragma: no cover
__version__ = "0.3.8" # pragma: no cover
__description__ = "Version bumper and Python package releaser" # pragma: no cover
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 = "bumpr"
version = "0.3.8.dev"
version = "0.3.8"
description = "Version bumper and Python package releaser"
authors = ["Axel H. <noirbizarre@gmail.com>"]
license = "LGPL"
Expand Down

0 comments on commit 15c80b6

Please sign in to comment.