Skip to content

Commit 104c700

Browse files
authored
Version bump (#894)
1 parent 85288e6 commit 104c700

File tree

5 files changed

+47
-38
lines changed

5 files changed

+47
-38
lines changed

poetry.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pendulum"
3-
version = "3.0.0"
3+
version = "3.1.0"
44
description = "Python datetimes made easy"
55
readme = "README.rst"
66
requires-python = ">=3.9"

rust/Cargo.lock

Lines changed: 36 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "_pendulum"
3-
version = "3.0.0"
3+
version = "3.1.0"
44
edition = "2021"
55

66
[lib]

src/pendulum/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from __future__ import annotations
22

33

4-
__version__ = "3.0.0"
4+
__version__ = "3.1.0"

0 commit comments

Comments
 (0)