Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version following 0.9.0 release; and copyright year #268

Merged
merged 3 commits into from
Dec 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
What's new in version 1.0
-------------------------

In development

What's new in version 0.9
-------------------------

Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
New BSD License

Copyright (c) 2018-2023 Joel Nothman.
Copyright (c) 2018-2024 Joel Nothman.
All rights reserved.


Expand All @@ -14,7 +14,7 @@ modification, are permitted provided that the following conditions are met:
documentation and/or other materials provided with the distribution.
c. The names of the contributors may not be used to endorse or promote
products derived from this software without specific prior written
permission.
permission.


THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

# General information about the project.
project = "upsetplot"
copyright = "2018-2023, Joel Nothman"
copyright = "2018-2024, Joel Nothman"

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
2 changes: 1 addition & 1 deletion upsetplot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.9.dev1"
__version__ = "0.10dev1"

import os

Expand Down