Skip to content

Commit

Permalink
Bump version, update changelog, and update LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Jan 7, 2024
1 parent 7570f00 commit 767a8f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
---------

0.30.0 (unreleased)
0.30.0 (2024-01-07)
+++++++++++++++++++

Features:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2015-2022 Steven Loria and contributors
Copyright 2015-2024 Steven Loria and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/marshmallow_sqlalchemy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
auto_field,
)

__version__ = "0.29.0"
__version__ = "0.30.0"
__all__ = [
"SQLAlchemySchema",
"SQLAlchemyAutoSchema",
Expand Down

0 comments on commit 767a8f9

Please sign in to comment.