Skip to content

Commit

Permalink
chore(main): release 3.3.2 (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanussbaum authored Nov 8, 2024
1 parent 6a0803c commit a2746eb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/release/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.3.1"
".": "3.3.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [3.3.2](https://github.com/nomic-ai/nomic/compare/v3.3.1...v3.3.2) (2024-11-08)


### Bug Fixes

* include readme as long description in setup.py ([#349](https://github.com/nomic-ai/nomic/issues/349)) ([4d315e9](https://github.com/nomic-ai/nomic/commit/4d315e913dc4776d249b63eb3030cfcefac5d22d))
* proper readme rendering in setup.py ([#353](https://github.com/nomic-ai/nomic/issues/353)) ([6a0803c](https://github.com/nomic-ai/nomic/commit/6a0803ca114a957b77b964ab5bbc2754505c5358))

## [3.3.1](https://github.com/nomic-ai/nomic/compare/v3.3.0...v3.3.1) (2024-11-08)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setup(
name="nomic",
version="3.3.1",
version="3.3.2",
url="https://github.com/nomic-ai/nomic",
description=description,
long_description=long_description,
Expand Down

0 comments on commit a2746eb

Please sign in to comment.