Skip to content

Commit 3542117

Browse files
authored
Merge pull request #72 from sdfordham/goto-v1.5.2
Update version to 1.5.2
2 parents e86f65b + d2a768f commit 3542117

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Stiofán Fordham
3+
Copyright (c) 2025 Stiofán Fordham
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
sys.path.insert(0, os.path.abspath("../../"))
66

77
project = "pysyncon"
8-
copyright = "2024, Stiofán Fordham"
8+
copyright = "2025, Stiofán Fordham"
99
author = "Stiofán Fordham"
10-
release = "1.5.1"
10+
release = "1.5.2"
1111

1212
extensions = [
1313
"sphinx.ext.autodoc",

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pysyncon
3-
version = 1.5.1
3+
version = 1.5.2
44
author = Stiofán Fordham
55
url = https://github.com/sdfordham/pysyncon/
66
long_description = file: README.md

0 commit comments

Comments
 (0)