Skip to content

Commit f52e396

Browse files
authored
Merge pull request #48 from sdfordham/goto-v1.4.0
Goto v1.4.0
2 parents 179306c + 4b02744 commit f52e396

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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) 2023 Stiofán Fordham
3+
Copyright (c) 2024 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: 3 additions & 3 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áin Fordham"
9-
author = "Stiofáin Fordham"
10-
release = "1.3.0"
8+
copyright = "2024, Stiofán Fordham"
9+
author = "Stiofán Fordham"
10+
release = "1.4.0"
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.3.0
3+
version = 1.4.0
44
author = Stiofán Fordham
55
url = https://github.com/sdfordham/pysyncon/
66
long_description = file: README.md

0 commit comments

Comments
 (0)