Skip to content

Commit 9b7ff51

Browse files
committed
update version notices in docs
1 parent ce79d78 commit 9b7ff51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ For many examples, see [the unit tests](unpythonic/test/), the docstrings of the
6969

7070
*This document doubles as the API reference, but despite maintenance on a best-effort basis, may occasionally be out-of-date at places. In case of conflicts in documentation, believe the unit tests first; specifically the code, not necessarily the comments. Everything else (comments, docstrings and this guide) should agree with the unit tests. So if something fails to work as advertised, check what the tests say - and optionally file an issue on GitHub so that the documentation can be fixed.*
7171

72-
**This document is up-to-date for v0.14.2.**
72+
**This document is up-to-date for v0.14.3.**
7373

7474
## Bindings
7575

doc/macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Because in Python macro expansion occurs *at import time*, Python programs whose
1010

1111
*This document doubles as the API reference, but despite maintenance on a best-effort basis, may occasionally be out of date at places. In case of conflicts in documentation, believe the unit tests first; specifically the code, not necessarily the comments. Everything else (comments, docstrings and this guide) should agree with the unit tests. So if something fails to work as advertised, check what the tests say - and optionally file an issue on GitHub so that the documentation can be fixed.*
1212

13-
**This document is up-to-date for v0.14.2.**
13+
**This document is up-to-date for v0.14.3.**
1414

1515

1616
### Features

0 commit comments

Comments
 (0)