Skip to content

Commit 5b21f1c

Browse files
committed
Update README.md and conf.py with version numbers
1 parent 42a7096 commit 5b21f1c

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For local development, we recommend using the Coherence CE Docker image; it cont
2525
everything necessary for the client to operate correctly.
2626

2727
```bash
28-
docker run -d -p 1408:1408 ghcr.io/oracle/coherence-ce:22.06.3
28+
docker run -d -p 1408:1408 ghcr.io/oracle/coherence-ce:22.06.4
2929
```
3030

3131
## Installation

docs/conf.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,15 @@
2222
print(os.path.abspath("../src"))
2323
sys.path.insert(0, os.path.abspath("../src"))
2424

25+
# The full version, including alpha/beta/rc tags
26+
release = "1.0b1"
2527

2628
# -- Project information -----------------------------------------------------
2729

28-
project = "Coherence Python Client"
30+
project = "Coherence Python Client. v%s" % release
2931
copyright = "(c) 2022, 2023, Oracle and/or its affiliates."
3032
author = "Oracle"
3133

32-
# The full version, including alpha/beta/rc tags
33-
release = "1.0"
34-
3534

3635
# -- General configuration ---------------------------------------------------
3736

0 commit comments

Comments
 (0)