Skip to content

Commit

Permalink
Bump version to 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
waylan committed Oct 6, 2023
1 parent 07cbf0a commit 4f0b91a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- tox-env: py311
python-version: '3.11'
- tox-env: py312
python-version: '3.12.0-rc.1'
python-version: '3.12'
- tox-env: pypy38
python-version: pypy-3.8
- tox-env: pypy39
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). See the [Contributing Guide](contributing.md) for details.

## [Unreleased]
## [3.5] -- 2023-10-06

### Added

Expand Down
2 changes: 1 addition & 1 deletion markdown/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from __future__ import annotations


__version_info__ = (3, 4, 4, 'final', 0)
__version_info__ = (3, 5, 0, 'final', 0)


def _get_version(version_info):
Expand Down

0 comments on commit 4f0b91a

Please sign in to comment.