From 07a4e7cfe89b81ec4aff1b294ba36a124231fb11 Mon Sep 17 00:00:00 2001 From: Kay Robbins <1189050+VisLab@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:18:05 -0500 Subject: [PATCH] Updated What's new --- docs/source/WhatsNew.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/source/WhatsNew.md b/docs/source/WhatsNew.md index 09989d3..ffe4748 100644 --- a/docs/source/WhatsNew.md +++ b/docs/source/WhatsNew.md @@ -1,6 +1,10 @@ (whats-new-anchor)= # What's new? +**Oct 6 to Oct 9, 2024**: **HED at sFN 2004** +> Stop by [**sFN Booth #1839](https://sfn24.smallworldlabs.com/co/swartz-center-for-computational-neuroscience) +> Hear about HED -- tell us about your thoughts and suggestions. + **Sept 20, 2024**: **HED LANG 1.0.0 paper preprint available.** > HED LANG 1.0.0 is new HED library schema for describing language stimuli. > HED LANG – A Hierarchical Event Descriptors library extension for annotation of language cognition experiments diff --git a/setup.py b/setup.py index 2cf87eb..e76cc57 100644 --- a/setup.py +++ b/setup.py @@ -5,4 +5,4 @@ if __name__ == "__main__": setup(version=versioneer.get_version(), - cmdclass=versioneer.get_cmdclass()) \ No newline at end of file + cmdclass=versioneer.get_cmdclass())