Skip to content

Commit 931b790

Browse files
mvadariintelliot
andauthored
v1.2.0 (#296)
* bump version in toml * edit changelog * edit date * edit release process * change to minor version * Update CHANGELOG.md Co-authored-by: Elliot Lee <github.public@intelliot.com>
1 parent e7573fc commit 931b790

File tree

4 files changed

+28
-2
lines changed

4 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [[Unreleased]]
9+
10+
## [1.2.0] - 2021-11-09
11+
### Added
12+
- Support for Python 3.10
13+
914
### Fixed
10-
- Improved documentation on using websocket clients.
15+
- Improves documentation on using websocket clients.
1116
- Fixes an issue sending NoRippleCheck requests
17+
- Allows projects that use xrpl-py as a dependency to use typing
1218

1319
## [1.1.1] - 2021-07-02
1420
### Fixed

CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,13 @@ open _build/html/index.html
139139
7. Run `poetry publish --dry-run` and make sure everything looks good
140140
8. Publish the update by running `poetry publish`
141141
* This will require entering PyPI login info
142+
9. Send an email to [xrpl-announce](https://groups.google.com/g/xrpl-announce).
143+
144+
## Mailing Lists
145+
We have a low-traffic mailing list for announcements of new `xrpl-py` releases. (About 1 email every couple of weeks)
146+
147+
+ [Subscribe to xrpl-announce](https://groups.google.com/g/xrpl-announce)
148+
149+
If you're using the XRP Ledger in production, you should run a [rippled server](https://github.com/ripple/rippled) and subscribe to the ripple-server mailing list as well.
150+
151+
+ [Subscribe to ripple-server](https://groups.google.com/g/ripple-server)

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,16 @@ print(testnet_xaddress)
330330

331331
If you want to contribute to this project, see [CONTRIBUTING.md].
332332

333+
### Mailing Lists
334+
335+
We have a low-traffic mailing list for announcements of new `xrpl.js` releases. (About 1 email per week)
336+
337+
+ [Subscribe to xrpl-announce](https://groups.google.com/g/xrpl-announce)
338+
339+
If you're using the XRP Ledger in production, you should run a [rippled server](https://github.com/ripple/rippled) and subscribe to the ripple-server mailing list as well.
340+
341+
+ [Subscribe to ripple-server](https://groups.google.com/g/ripple-server)
342+
333343

334344
## License
335345

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "xrpl-py"
3-
version = "1.1.1"
3+
version = "1.2.0"
44
description = "A complete Python library for interacting with the XRP ledger"
55
readme = "README.md"
66
repository = "https://github.com/XRPLF/xrpl-py"

0 commit comments

Comments
 (0)