Skip to content

Commit e93462e

Browse files
committed
docs: Update README for weird RST issue (#54)
1 parent 8b9b210 commit e93462e

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

README.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#####################
2-
QuickBase-Client
2+
Quickbase-Client
33
#####################
44

5-
A High-Level QuickBase Python API Client & Model Generator
5+
A High-Level Quickbase Python API Client & Model Generator
66

77

88
.. image:: https://gitlab.com/tkutcher/quickbase-client/badges/dev/pipeline.svg
@@ -190,15 +190,13 @@ More Resources
190190
- `CONTRIBUTING </CONTRIBUTING.md>`_
191191
- `LICENSE </LICENSE.md>`_
192192

193-
Notes
194-
===============
195193

196-
Naming
197-
-----------
194+
Other Notes
195+
====================
196+
198197

199198
Currently a bunch of duplicate aliases for ``QuickBase`` to ``Quickbase`` since this
200199
was originally released with everything prefixed as ``QuickBase-``. But since Quickbase
201200
is branding more to "Quickbase", this will eventually be the main naming for
202201
version 1.0 in an effort to keep more consistent. So prefer to use `Quickbase-` prefixed classes
203202
as in the future the other aliases will be dropped.
204-

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 = "quickbase-client"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
description = "A Quickbase Python API Client Generator"
55
authors = ["Tim Kutcher <tim@tkutcher.com>"]
66
maintainers = ["Tim Kutcher <tim@tkutcher.com>"]

0 commit comments

Comments
 (0)